Removes the first occurrence of a specific object from the ICollection.
public virtual bool Remove(
KeyValuePair<TKey, TValue> item
)
Public Overloads Overridable Function Remove( _
ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
public:
virtual bool Remove(
KeyValuePair<TKey^,TValue^> item
)
item
The object to remove from the ICollection.
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.
Exceptions
Exception | Description |
---|---|
System.NotSupportedException | The ICollection is read-only. |
ThreadSafeDictionary<TKey,TValue> Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET